Class XAttributeTest

java.lang.Object
de.aoksystems.da.kernpruefung.xml.splitter.data.XAttributeTest

public class XAttributeTest extends Object
Test der Klasse XAtrtribute
Author:
YI00075
  • Constructor Details

    • XAttributeTest

      public XAttributeTest()
  • Method Details

    • testGetName

      @Test public void testGetName()
      Test of getName method, of class XAttribute.
    • testGetNS

      @Test public void testGetNS()
      Test of getNS method, of class XAttribute.
    • testGetTag

      @Test public void testGetTag()
      Test of getTag method, of class XAttribute.
    • testGetValue

      @Test public void testGetValue()
      Test of getValue method, of class XAttribute.
    • testPartsToAttributeKey

      @Test public void testPartsToAttributeKey()
      Test of partsToAttributeKey method, of class XAttribute.
    • testToString

      @Test public void testToString()
      Test of toString method, of class XAttribute.